Operator: Gompertz-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = exp(-exp(-z))
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Nested exponential fusion; target ≥1.30x speedup.
